ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / CanRemove Method
The index of the item that would be removed.

In This Topic
    CanRemove Method (C1WrapCollectionView<S,T>)
    In This Topic
    Determines whether the item at the specified index can be removed from the collection.
    Syntax
    'Declaration
     
    Public Overridable Function CanRemove( _
       ByVal index As System.Integer _
    ) As System.Boolean
    public virtual System.bool CanRemove( 
       System.int index
    )

    Parameters

    index
    The index of the item that would be removed.
    See Also